diff options
Diffstat (limited to 'packages/web/app/api/auth/[...nextauth]')
| -rw-r--r-- | packages/web/app/api/auth/[...nextauth]/route.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/app/api/auth/[...nextauth]/route.tsx b/packages/web/app/api/auth/[...nextauth]/route.tsx index e722926b..2f7f1cb0 100644 --- a/packages/web/app/api/auth/[...nextauth]/route.tsx +++ b/packages/web/app/api/auth/[...nextauth]/route.tsx @@ -1,3 +1,3 @@ -import { authHandler } from "@/lib/auth"; +import { authHandler } from "@/server/auth"; export { authHandler as GET, authHandler as POST }; |
